net.sf.voruta
Class DbParseException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--net.sf.voruta.DbException
|
+--net.sf.voruta.DbParseException
- All Implemented Interfaces:
- java.io.Serializable
- public class DbParseException
- extends DbException
- Author:
- baliuka
- See Also:
- Serialized Form
Constructor Summary |
DbParseException()
Creates a new instance of DbParseException without detail message. |
DbParseException(java.lang.String msg)
Constructs an instance of DbParseException with the specified detail message. |
DbParseException(java.lang.String msg,
java.lang.Throwable cause)
|
DbParseException(java.lang.Throwable cause)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DbParseException
public DbParseException()
- Creates a new instance of
DbParseException
without detail message.
DbParseException
public DbParseException(java.lang.String msg)
- Constructs an instance of
DbParseException
with the specified detail message.
- Parameters:
msg
- the detail message.
DbParseException
public DbParseException(java.lang.String msg,
java.lang.Throwable cause)
DbParseException
public DbParseException(java.lang.Throwable cause)
Copyright © 2003-2004 voruta. All Rights Reserved.