Package mops.businesslogic.exception
Class EmptyNameException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- mops.exception.MopsException
-
- mops.businesslogic.exception.EmptyNameException
-
- All Implemented Interfaces:
java.io.Serializable
public class EmptyNameException extends MopsException
Throws if file is not found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmptyNameException(java.lang.String message)
Throws if file is not found.EmptyNameException(java.lang.String message, java.lang.Throwable cause)
Throws if file is not found.
-
-
-
Constructor Detail
-
EmptyNameException
public EmptyNameException(java.lang.String message)
Throws if file is not found.- Parameters:
message
- explanation of the error
-
EmptyNameException
public EmptyNameException(java.lang.String message, java.lang.Throwable cause)
Throws if file is not found.- Parameters:
message
- explanation of the errorcause
- wrapped exception
-
-