org.activemath.omdocjdom
Class InvalidID

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.activemath.omdocjdom.InvalidID
All Implemented Interfaces:
Serializable

public class InvalidID
extends RuntimeException

Version:
See Also:
Serialized Form

Field Summary
protected  Throwable cause
           
 
Constructor Summary
InvalidID(String message)
           
InvalidID(String message, Throwable cause)
           
 
Method Summary
 void printStackTrace(PrintStream out)
           
 void printStackTrace(PrintWriter out)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cause

protected final Throwable cause
Constructor Detail

InvalidID

public InvalidID(String message)

InvalidID

public InvalidID(String message,
                 Throwable cause)
Method Detail

printStackTrace

public void printStackTrace(PrintWriter out)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream out)
Overrides:
printStackTrace in class Throwable