org.openpermis.editor.policy.gui.binding
Class ConverterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openpermis.editor.policy.gui.binding.ConverterException
All Implemented Interfaces:
Serializable

public class ConverterException
extends RuntimeException

Exception class for converter exceptions.

See Also:
Serialized Form
Since:
0.9.0

Constructor Summary
ConverterException(String message)
          Creates a converter exception for the specified message.
ConverterException(String message, Throwable cause)
          Creates a converter exception for the specified message and root 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

ConverterException

public ConverterException(String message)
Creates a converter exception for the specified message.

Parameters:
message - the exception cause.
Since:
0.9.0

ConverterException

public ConverterException(String message,
                          Throwable cause)
Creates a converter exception for the specified message and root cause.

Parameters:
message - the exception cause.
cause - the exception root cause.
Since:
0.9.0


OpenPermis Role Based Access Control 0.9.0 (Build 16)
2009/08/13 07:17:21
Copyright (c) 2002-2007 Ergon Informatik AG