1 /* 2 * Copyright 2006 Ralf Joachim 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 * 16 * $Id: MessageKeys.java 6907 2007-03-28 21:24:52Z rjoachim $ 17 */ 18 package org.castor.core.util; 19 20 /** 21 * Keys of all Castor message properties. 22 * 23 * @author <a href="mailto:ralf DOT joachim AT syscon DOT eu">Ralf Joachim</a> 24 * @version $Revision: 6907 $ $Date: 2006-04-10 16:39:24 -0600 (Mon, 10 Apr 2006) $ 25 * @since 1.0.1 26 */ 27 public final class MessageKeys { 28 //-------------------------------------------------------------------------- 29 // global messages (used when wrapping java exceptions e.g. ClassCastException) 30 31 //-------------------------------------------------------------------------- 32 // core exceptions 33 34 //-------------------------------------------------------------------------- 35 // jpa exceptions 36 37 //-------------------------------------------------------------------------- 38 // other exceptions 39 40 //-------------------------------------------------------------------------- 41 }