OOP MimeParser Version 3.5

com.bentofw.util
Class SimpleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bentofw.util.SimpleException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoPropertyFileException

public class SimpleException
extends java.lang.Exception

The exception for the logical error.

Author:
Jun Inamori
See Also:
Serialized Form

Constructor Summary
SimpleException(java.lang.String m)
          The custructor.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleException

public SimpleException(java.lang.String m)
The custructor. You can get the error message by Throwable.getMessage().

Parameters:
m - The error message.

OOP MimeParser Version 3.5

ALL CONTENTS COPYRIGHT 2005, OOP-Research Corporation. All rights reserved.
Any questions and comments are welcome to OOP-Research Corporation.