com.steptools.stdev.p21
Class P21Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.steptools.stdev.STDevException
              extended by com.steptools.stdev.p21.P21Exception
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SchemaException, SyntaxException

public class P21Exception
extends STDevException

Base class for exceptions in the Part21 interface

See Also:
Serialized Form

Constructor Summary
P21Exception(java.lang.Exception cause, int line)
           
P21Exception(java.lang.String message, int line)
           
 
Method Summary
 int getLineNumber()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

P21Exception

public P21Exception(java.lang.String message,
                    int line)

P21Exception

public P21Exception(java.lang.Exception cause,
                    int line)
Method Detail

getLineNumber

public int getLineNumber()