sk.uniba.euromath.editor
Class EditorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by sk.uniba.euromath.editor.EditorException
All Implemented Interfaces:
Serializable

public class EditorException
extends Exception

Exception thrown by editor package classes.

Author:
Martin Vysny
See Also:
Serialized Form

Constructor Summary
EditorException()
          Constructor.
EditorException(String message)
           
EditorException(String message, Throwable cause)
           
EditorException(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

EditorException

public EditorException()
Constructor.


EditorException

public EditorException(String message)
Parameters:
message -

EditorException

public EditorException(String message,
                       Throwable cause)
Parameters:
message -
cause -

EditorException

public EditorException(Throwable cause)
Parameters:
cause -


Copyright © 2003-2006 null. All Rights Reserved.