org.oddjob.arooa.design.view
Class DesignViewException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.oddjob.arooa.ArooaException
                  extended by org.oddjob.arooa.design.view.DesignViewException
All Implemented Interfaces:
Serializable

public class DesignViewException
extends ArooaException

An exception in the view.

See Also:
Serialized Form

Constructor Summary
DesignViewException()
           
DesignViewException(String message)
           
DesignViewException(String message, Throwable t)
           
DesignViewException(Throwable t)
           
 
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

DesignViewException

public DesignViewException()

DesignViewException

public DesignViewException(String message)

DesignViewException

public DesignViewException(String message,
                           Throwable t)

DesignViewException

public DesignViewException(Throwable t)