org.ujmp.core.exceptions
Class UJMPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ujmp.core.exceptions.UJMPException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MatrixException

public abstract class UJMPException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
UJMPException(String message)
           
UJMPException(String message, Throwable cause)
           
UJMPException(Throwable cause)
           
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UJMPException

public UJMPException(String message)

UJMPException

public UJMPException(String message,
                     Throwable cause)

UJMPException

public UJMPException(Throwable cause)


Copyright © 2010. All Rights Reserved.