org.umber.catalan.commands
Class CatalanCommandException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.umber.core.UmberException
              extended byorg.umber.catalan.CatalanException
                  extended byorg.umber.catalan.commands.CatalanCommandException
All Implemented Interfaces:
java.io.Serializable

public class CatalanCommandException
extends CatalanException

Fatal error while running a Catalan command.

Author:
jsheets
See Also:
Serialized Form

Constructor Summary
CatalanCommandException(java.lang.String message)
           
CatalanCommandException(java.lang.String message, java.lang.Throwable cause)
           
 
Methods inherited from class org.umber.core.UmberException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CatalanCommandException

public CatalanCommandException(java.lang.String message)

CatalanCommandException

public CatalanCommandException(java.lang.String message,
                               java.lang.Throwable cause)