More information


de.spieleck.pcs.view
Class ViewException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.spieleck.pcs.view.ViewException
All Implemented Interfaces:
java.io.Serializable

public class ViewException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ViewException()
          Creates a new instance of ViewException without detail message.
ViewException(java.lang.String msg)
          Constructs an instance of ViewException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ViewException

public ViewException()
Creates a new instance of ViewException without detail message.

ViewException

public ViewException(java.lang.String msg)
Constructs an instance of ViewException with the specified detail message.
Parameters:
msg - the detail message.

More information