sk.uniba.euromath.editor
Class EditorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.