com.gubutech.xload
Class XloadIncorrectSortByCodeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.gubutech.xload.XloadIncorrectSortByCodeException
All Implemented Interfaces:
java.io.Serializable

public class XloadIncorrectSortByCodeException
extends java.lang.RuntimeException

Signals that an incorrect sorting code has been given to certain methods in the XloadDirectory class.

Since:
1.1
See Also:
XloadDirectory.sortBy(int, boolean), XloadDirectory.sortBy(int), Serialized Form

Constructor Summary
XloadIncorrectSortByCodeException()
          Creates a new instance of XloadIncorrectSortByCodeException without detail message.
XloadIncorrectSortByCodeException(java.lang.String msg)
          Constructs an instance of XloadIncorrectSortByCodeException with the specified detail message.
 
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

XloadIncorrectSortByCodeException

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

Since:
1.1

XloadIncorrectSortByCodeException

public XloadIncorrectSortByCodeException(java.lang.String msg)
Constructs an instance of XloadIncorrectSortByCodeException with the specified detail message.

Parameters:
msg - the detail message.
Since:
1.1